When doing a SQL Server database backup using the T-SQL BACKUP statement, does WITH FORMAT only wipe out the specified Media Set or does it wipe out all Media ...
It simply means that you cannot have compressed and uncompressed backups on the same backup media, which means a file (or set of files if you're striping).
The BACKUP DATABASE statement is used in SQL Server to create a full back up of an existing SQL database. Syntax. BACKUP DATABASE databasename. TO DISK = ' ...